Register<I>(I) Method

Summary

Registers an instance with the container.

Syntax
C#
VB
C++
public static void Register<I>( 
   I instance 
) 
  
Public Overloads Shared Sub Register(Of I)( _ 
   ByVal instance As I _ 
)  
public: 
static void Registergeneric<typename I> 
(  
   _I^_ instance 
)  

Parameters

instance
Object to be returned.

Type Parameters

I
Type of instance to register (may be an implemented interface instead of the full type).

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly